home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / src / names / tables / musrheader
Encoding:
Text File  |  1997-05-08  |  745 b   |  35 lines

  1. /*
  2. |======================================================================
  3. |
  4. |               (c) copyright 1988
  5. |                V.I. Corporation
  6. |
  7. |======================================================================
  8. */
  9. #ifdef VMS
  10. #define GLOBALREF globalref
  11. #define GLOBALDEF globaldef
  12. #else
  13. #ifdef _WIN32
  14. #define GLOBALREF extern
  15. #define GLOBALDEF __declspec(dllexport)
  16. #else
  17. #define GLOBALREF extern
  18. #define GLOBALDEF 
  19. #endif
  20. #endif
  21. #define NULL (LONG)0
  22. #define    S_FPRINTF fprintf
  23. #define    S_PRINTF  printf
  24. #define S_SPRINTF sprintf
  25. #define S_STRCAT strcat
  26. #define S_STRCMP strcmp
  27. #define S_STRCPY strcpy
  28. #define S_STRLEN Mstrlen
  29. #define VOID void
  30. #define CHAR char
  31. #define INT int
  32. typedef char *ADDRESS;
  33. typedef long LONG;
  34.  
  35.